(vc-path): Mark as obsolete.
authorDan Nicolaescu <dann@ics.uci.edu>
Tue, 26 Jan 2010 07:22:25 +0000 (23:22 -0800)
committerDan Nicolaescu <dann@ics.uci.edu>
Tue, 26 Jan 2010 07:22:25 +0000 (23:22 -0800)
lisp/ChangeLog
lisp/vc-hooks.el

index b589b1fc18f2d2691a14c423d065e77b5c3df9e8..9b3fb944f94d140da2bc99db796416f3235eda36 100644 (file)
@@ -1,3 +1,7 @@
+2010-01-26  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * vc-hooks.el (vc-path): Mark as obsolete.
+
 2010-01-25  Dan Nicolaescu  <dann@ics.uci.edu>
 
        * vc-annotate.el (vc-annotate-revision-at-line): Compare file
index 60e3619c4b8ffa402868858df9209ff53e75e1df..b46561428ee679f7b194fa51a20a8151961e5dd1 100644 (file)
@@ -89,6 +89,8 @@ An empty list disables VC altogether."
   :type '(repeat directory)
   :group 'vc)
 
+(make-obsolete 'vc-path "should not be necessary anymore." "23.2")
+
 (defcustom vc-make-backup-files nil
   "If non-nil, backups of registered files are made as with other files.
 If nil (the default), files covered by version control don't get backups."